home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / 3_puck_shuck.swf / scripts / DefineButton2_211 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  114 b   |  6 lines

  1. on(release){
  2.    clearInterval(_parent._parent.motion);
  3.    _root.level = 1;
  4.    _root.gotoAndStop("loaded");
  5. }
  6.